CRPETablePrivateInfo

This structure contains information for using data objects such as ADO, RDO, or CDO with the Active Data Driver.

Data Member

Each data member is set by the corresponding constructor parameter unless otherwise noted.

Member Type Description

m_nBytes

WORD

Specifies the length of the data starting at the dataPtr.

m_tag

DWORD

Specifies a value indicating the type of data being passed to theDatabaseTable object in the Data parameter. Currently, the only possible value is 3. This value must be used for all Active data sources including DAO, ADO, RDO, CDO, and the Visual Basic data control.

m_dataPtr

BYTE

Specifies a pointer to variant data passed to the database driver. With Active data, this must be a Recordset object if DAO, ADO, or the Visual Basic data control is used. If CDO is used, this must be a Rowset object.

Constructor CRPETablePrivateInfo::CRPETablePrivateInfo

This constructs a CRPETablePrivateInfo structure object. Call the constructor with no parameters to allow the Class Library to initialize all member variables with default values. Pass parameters to the constructor to assign specific values to each member variable.

Constructor Syntax (Default)

CRPETablePrivateInfo ();

Constructor Syntax
CRPETablePrivateInfo (
        WORD StructSize,
        WORD nBytes,
        DWORD tag,
        BYTE *dataPtr );


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com